@charset "utf-8";

html,body { margin:0; padding:0}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,img,div,dl,dd,dt,s,del,i,em{margin:0;padding:0;border:0; text-decoration:none; font-style:normal; outline:none;}
ul,ol,li,dl,dd,dt{list-style-type:none;}
select,input,img,select,button,textarea{vertical-align:middle;font-size:0.16rem; outline:none;font-family:"Microsoft Yahei",Tahoma,Arial,sans-serif; }
a {color:#333;text-decoration:none;}
a:hover{text-decoration:none;color: #bd1a2d;}
*:focus {outline:none !important;text-decoration:none !important}

html{display:block;webkit-text-size-adjust: none;}
body{background:#fff;color:#333;font-size:0.16rem; font-family:"Microsoft Yahei",Tahoma,Arial,sans-serif; }


html{font-size: 100px;}
@media (max-width: 1366px){html{font-size: 94px;}}
@media (max-width: 1199px){html{font-size: 88px;}}
@media (max-width: 991px){html{font-size: 76px;}}
/*
@media (max-width: 639px){html{font-size: 60px;}}
*/

h2, .h2 {font-size: 0.36rem;}
h3, .h3 {font-size: 0.26rem;}

@font-face {
  font-family: 'iconfont';  /* project id 399435 */
  src: url('//at.alicdn.com/t/font_399435_yoiufx8kix.eot');
  src: url('//at.alicdn.com/t/font_399435_yoiufx8kix.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_399435_yoiufx8kix.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_399435_yoiufx8kix.woff') format('woff'),
  url('//at.alicdn.com/t/font_399435_yoiufx8kix.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_399435_yoiufx8kix.svg#iconfont') format('svg');
}
.iconfont{font-family:"iconfont" !important; font-size:0.16rem;font-style:normal; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; line-height:100%}

@font-face{
	font-family: 'dincond-medium-webfont';
	src: url('font/dincond-medium-webfont.eot');
	src: url('font/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), 
	url('font/dincond-medium-webfont.woff2') format('woff2'), 
	url('font/dincond-medium-webfont.woff') format('woff'), 
	url('font/dincond-medium-webfont.ttf') format('truetype'), 
	url('font/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media ( min-width : 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}
@media ( min-width : 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}
@media ( min-width : 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}



/* --------------浏览器滚动条----------------------- */
::-webkit-scrollbar {height:11px;width:11px}
::-webkit-scrollbar-button {height:0;width:0}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {display:block}
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {display:none}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {border-style:solid;border-color:transparent}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{background-clip:padding-box;background-color:#fff;}
::-webkit-scrollbar-thumb {-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);background-clip:padding-box;background-color:rgba(0,0,0,.2);min-height:28px;padding-top:100}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);background-color:rgba(0,0,0,.4)}
::-webkit-scrollbar-thumb:active {-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.35);background-color:rgba(0,0,0,.5)}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {border-width:0;}
::-webkit-scrollbar-track:hover {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);background-color:rgba(0,0,0,.05)}
::-webkit-scrollbar-track:active {-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);background-color:rgba(0,0,0,.05)}


@-webkit-keyframes spinAround {from {-webkit-transform: rotate(0deg)}to {-webkit-transform: rotate(360deg);}}
@-moz-keyframes spinAround {from {-moz-transform: rotate(0deg)}to {	-moz-transform: rotate(360deg);}}
@keyframes spinAround {from {transform: rotate(0deg)}to {transform: rotate(360deg);}}

:-moz-placeholder {color: #aaa;}
::-moz-placeholder {color: #aaa;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #aaa;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #aaa;}

.filler { position: absolute; display: block; -webkit-transition: 0.6s ease 0s; -moz-transition: 0.6s 0s; -o-transition: 0.6s 0s; transition: 0.6s 0s; }
.filler { background-color: #bd1a2d; z-index: 5; }
.filler-left { width: 3px; height: 0%; left: 0%; bottom: 0%; }
.filler-right { width: 3px; height: 0%; right: 0%; top: 0%; }
.filler-top { width: 0%; height: 3px; left: 0%; top: 0%; }
.filler-bottom { width: 0%; height: 3px; right: 0%; bottom: 0%; }


.b{font-weight:bold}
.red{ color:#ee4433 !important}


.weui-cell{width:100%; height:100%; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.weui-cell_primary{min-width: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.weui-cell__bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.weui-cell__ft{text-align: right; color: #999999;}
.weui-flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.weui-flex__item{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}



#message{ width:400px; padding:30px 40px 40px; background:#fff; margin:0 auto; border:1px #ddd dashed; position:relative;top:150px; text-align:center}
#message .msg{ margin-bottom:20px; font-size:15px; font-weight:bold;font-family:Tahoma, "microsoft Yahei"; line-height:26px;}
#message .msg a{ text-decoration:underline; color:#bd1a2d} 
#message .msg a:hover{ color:#ff0000; text-decoration:none}



#header{ height:90px; overflow:hidden; width:100%;z-index:999; position:relative }
#header:after {content:"";display:block;width: 100%;height: 90px; border-bottom:1px rgba(255,255,255,0.3) solid; background-color:#fff; position:absolute; left:0;top:0;box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.2);}

#header .container{ position:relative; z-index:2}
#header .left-logo{ float:left; margin-top: 21px; display:block;width: 320px; height:60px; background:url(../images/logo-left.png) no-repeat;background-size: contain;}
#header .right-logo{ float:right; margin-top:22px; display:block; width:775px; height:45px; background:url(../images/logo-right.png) no-repeat}


@media (max-width: 1199px) {
	#header{ height:60px; background-color:#fff;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
	#header:after{ display:none}
	#header .left-logo{ background-position:left center; background-size:100% auto;background-image:url(../images/logo-left-long.png);height:60px; float:none; width:auto;  margin-left:15px; margin-top:0; margin-right:80px; }
	#header .right-logo{ display:none }
	#header .mask{ display:block;filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
	#header .container{ padding:0; width:100%}
}



.nav{height:56px;position:relative;z-index:98;background: #bd1a2d;}

.nav ul{ float:left}
.nav ul li{ float:left; height:56px; position:relative;   }
.nav ul li:first-child a{/* border-left:1px #eee solid*/}
.nav ul li a{ display:block; float:left; height:56px;line-height:56px; color:#fff; /* border-right:1px #eee solid;text-shadow: 0px 0px 2px rgba(0,0,0,0.4); */}
.nav ul li a:hover{ color:#fff}
.nav ul li.sub a:hover{ color:#fff}
.nav ul li span{ position:relative; z-index:2;padding:0 0.3rem; display:block; font-size:0.16rem;}
.nav ul li a:after {content:"";display:block;background: #870413;left:0.2rem;right:0.2rem;height:0px;bottom:-1px;display:block;position:absolute;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
.nav ul li span.sub-icon:after {content:""; display:inline-block; width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #fff; margin-left:0.1rem; position:relative;top:-2px }
.nav ul li.search-btn span{ padding:0 20px;}
.nav ul li dl{ position:absolute; left:0;top:56px; width:100%;padding:0.2rem 0.2rem; transition: all 0.3s ease;-webkit-transition: all 0.3s ease; height:1px; opacity:0; visibility:hidden}
.nav ul li dl dd a{ font-size:0.14rem; border:0 !important; line-height:0.35rem !important;height:auto !important; float:none !important; padding:0 !important; color:#fff !important}
.nav ul li dl dd a:hover{ text-decoration:underline} 
.nav ul li dl dd a:after { display:none}

.nav ul li.hover dl{background:#870413; visibility:visible;height:auto; opacity:1}
.nav ul li.hover a{color:#fff;}
.nav ul li.hover a:after{height:5px; }

.nav ul li:hover a:after{ left:0; right:0}


@media (max-width:1199px){
	.nav{ display:none}
}

.nav .nav-link{ float:right; position:relative; z-index:3}
.nav .nav-link a{display:block;float:left;width:70px;height:56px;background-color: #9a0718;color:#fff;text-align:center;position:relative;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
.nav .nav-link a i{ line-height:56px; font-size:0.24rem}
.nav .nav-link a.weixin-btn{ background:none; color:#fff}
.nav .nav-link .weixin-con{ color:#888; position:absolute; left:-50px; top:76px; background-color:#fff; width:150px; padding:10px; transition: all 0.3s ease;-webkit-transition: all 0.3s ease; opacity:0; visibility:hidden}
.nav .nav-link .weixin-con:after {content:""; display:block; width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #fff; position:absolute;top:-8px; right:44px }
.nav .nav-link .weixin-con img{ width:100%;}
.nav .nav-link .weixin-con span{ font-size:0.12rem; display:block; text-align:center; padding-bottom:10px}
.nav .nav-link a.weixin-btn:hover .weixin-con{ visibility:visible;top:66px; opacity:1;}
.nav .nav-link a.search-btn:hover{background-color: #870413;}


.search-layer{ position:fixed; left:0;top:0; z-index:10000; background:rgba(0,0,0,0.5); width:100%; height:100%; display:none}
.search-layer .search-box{ width:400px; height:70px; background-color:#fff; position:absolute; left:50%; margin-left:-200px;top:50%; margin-top:-35px; }
.search-layer .search-box .input{ width:330px; float:left; border:0;height:70px; padding:10px 25px; line-height:50px}
.search-layer .search-box button{width:70px;height:70px;border:0;background-color: #bd1a2d;color:#fff;}
.search-layer .search-box button i{ font-size:30px;}




.menu-handler{ position: fixed; right: 0px;top:0;  z-index:11; width:60px; height:60px; background-color:#666; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; user-select:none;-webkit-transition: all .3s;transition: all .3s; display:none}
.menu-handler span{position:absolute; top:50%; left:50%; margin-left:-15px; width:30px; height:3px; background:#666; border-radius:1px;-webkit-transition: all .3s;transition: all .3s;}
.menu-handler span:before, .menu-handler span:after{content:''; display:block; position:absolute; left:0; width:30px; height:3px; background:#666; border-radius:1px; transition:0.3s, 0.3s;  transition-property: top, transform; transition-delay:0.3s, 0;}
.menu-handler span:before{top:-9px;}
.menu-handler span:after{top:9px;}
.menu-handler.active span{background:transparent;}
.menu-handler.active span:before{-webkit-transform:rotate(45deg); top:0;}
.menu-handler.active span:after{-webkit-transform:rotate(-45deg); top:0;}
.menu-handler.active span:before, .menu-handler.active span:after{transition-delay:0, 0.3s;}


.menu-Box a{ color: #584d4d;}
.menu-Box a:active,.menu-Box a:hover { color: #bd1a2d;}    
.menu-Box{ position: fixed; left: 100%; top: 0; width: 100%; height: 100%; overflow-y: auto; background-color: #f3f3f3; -webkit-overflow-scrolling: touch;  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;}
.menuMobile{ padding: 70px 0px 0px; margin: 0px 10%;}
.menuMobile dd{ border-top: 1px solid #ddd;}
.menuMobile dd:first-child{ border-top:0;}
.menuMobile .t a{ font-size: 0.22rem; font-weight:bold; padding: 20px 5% 20px 0px; display: block; position: relative;}
.menuMobile .t a:before{ content:""; position: absolute; right: 2%; top: 50%; background: url(../images/images/menu_tico.png) no-repeat scroll center center; background-size: cover; width: 12px; height: 7px; margin-top: -5px; opacity: 0; transition: 300ms; -webkit-transition: 300ms; transform: rotate(-180deg); -webkit-transform: rotate(-180deg);}
.menuMobile .cur a:before{ opacity: 1;}
.menuMobile .msubmenu{font-size: 0.2rem; padding: 0px 0px 10px;}
.menuMobile .msubmenu li{ display: block; margin-bottom:12px; width:50%; float:left;}


.menuOpen .pusher-black { display: block; }
.menuOpen .menu-Box { left: 0; z-index: 900; }


@media (max-width: 1199px) {
	.menu-handler{ display:block;background-color:none; }
	.menu-handler{ background:none}
	.menu-handler span{ background-color:#666}
	.menu-handler span:before, .menu-handler span:after{ background-color:#666}
}



.main { transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; width: 100%; position:relative;margin-top:-56px;z-index:50; background-color:#fff; }
.main-black { position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background:none rgba(0,0,0,0.5); display: none; z-index: 900; }

@media (max-width: 1199px) {
	.main{ margin-bottom:0; margin-top:0}
}

.banner-slider{ overflow:hidden; width:100%;position:relative;}
.banner-slider .image{ height:430px; background-position:center center; background-size:cover;}
.banner-slider .image a{ display:block;}
.banner-slider .swiper-pagination{ bottom:30px}
.banner-slider .swiper-pagination .swiper-pagination-bullet{ width:12px; height:12px; background-color:#fff}
.banner-slider .swiper-prev{ background:url(../images/left-icon.png) no-repeat center center; width:70px; height:70px; position:absolute; left:-30px;top:50%; margin-top:-35px; z-index:2;-webkit-transition: all .3s;transition: all .3s; opacity: 0}
.banner-slider .swiper-next{ background:url(../images/right-icon.png) no-repeat center center; width:70px; height:70px; position:absolute; right:-30px;top:50%; margin-top:-35px; z-index:2;-webkit-transition: all .3s;transition: all .3s; opacity: 0}
.banner-slider:hover .swiper-prev{ opacity: 1; left:15px;}
.banner-slider:hover .swiper-next{ opacity: 1; right:15px;}

@media (max-width: 1420px) {
	.banner-slider .image{ height:430px}
}

@media (max-width: 992px) {
	.banner-slider{ }
	.banner-slider .image{ height:200px;}
	.banner-slider .swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px;}
	.banner-slider .swiper-prev,.banner-slider .swiper-next{ display:none}
	.banner-slider .swiper-pagination{ bottom:10px}
}


.index-bg{ padding:0.5rem 0}

.index-slider{  height:338px;}
.index-slider .swiper-container{ height:100%}
.index-slider .txt{ background-color:rgba(0,0,0,0.5); position:absolute; width:100%; left:0;bottom:0; z-index:3; padding:0.14rem 0.4rem;}
.index-slider .txt strong{ display:block; font-weight:normal; text-align:center; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; color:#fff} 
.index-slider .txt i{ color:#aaa; position:absolute; right:40px;top:25px; font-size:20px;}
.index-slider .full {position: absolute;}
.index-slider .image{ position:absolute; left:0;top:0; z-index:1; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover}
.index-slider .image img{ display:none; width:100%; height:auto}
.index-slider .swiper-button-prev{ background-color:rgba(0,0,0,0.5); width:40px; height:80px; background-size:18px 29px; left:0; margin-top:-40px;-webkit-transition: all .3s;transition: all .3s;}
.index-slider .swiper-button-next{ background-color:rgba(0,0,0,0.5); width:40px; height:80px; background-size:18px 29px; right:0; margin-top:-40px;-webkit-transition: all .3s;transition: all .3s;}
.index-slider .swiper-button-prev:hover{ background-color:#bd1a2d;}
.index-slider .swiper-button-next:hover{ background-color:#bd1a2d;}

.index-news{ position:relative;}
.index-news h3{  height:0.6rem; line-height:0.6rem; border-bottom:1px #ddd solid; padding-right:0.8rem;}
.index-news h3 a{  font-size:0.18rem; width:33.3333333%; max-width:150px; text-align:center; display:block; float:left; position:relative; font-weight:bold}
.index-news h3 a.current{background-color: #bd1a2d;color:#fff;border-radius:5px 5px 0 0;}
.index-news h3 a.current:before{content: "";display: block;width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #bd1a2d;position: absolute;left: 50%;margin-left:-6px;bottom: -6px;}
.index-news .con{ margin-top:30px;}
.index-news dl{ position:relative;}
.index-news dl span{ font-size:14px; color:#999; position:absolute; right:0;top:3px;}
.index-news dl strong{display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap; margin-right:1rem; font-size:0.18rem; position:relative; padding-left:12px;}
.index-news dl strong:before {content: "";position: absolute;display: block; height:4px; width: 4px; background: #ccc; left:0;top:50%;margin-top:-2px}
.index-news dl p{ font-size:14px; margin-top:6px; line-height:1.6; color:#999; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical;}
.index-news ul{ margin-top:15px;}
.index-news .con li{ padding:5px 0 5px 12px; padding-right:1rem; position:relative}
.index-news .con li:before {content: "";position: absolute;display: block; height:4px; width: 4px; background: #ccc; left:0;top:50%;margin-top:-2px}
.index-news .con li a{ display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index-news .con li span{ font-size:14px; color:#999; position:absolute; right:0;top:6px;}
.index-news a.more{ position:absolute; right:0px;top:0px; color:#999; display:block; font-size:0.14rem;line-height:0.6rem;}

.index-pics{padding-left:0.2rem}
.index-pics a{display:block;background:url(../images/link1.jpg) no-repeat center center;background-size:cover;height:77px;margin-bottom:10px;border-radius: 5px;position:relative;overflow:hidden}
.index-pics a.a2{background-image:url(../images/link2.jpg)}
.index-pics a.a3{background-image:url(../images/link3.jpg)}
.index-pics a.a4{background-image:url(../images/link4.jpg)}
.index-pics a:last-child{margin-bottom:0}
.index-pics a span{display:block;font-size:0.20rem;line-height:1;position:absolute;left:0.3rem;z-index:3;top:50%;margin-top:-0.1rem;color:#fff;text-shadow: 0px 0px 2px rgba(0,0,0,0.4);}
.index-pics a i{display:block;font-size:0.22rem;line-height:1;position:absolute;right:-0.3rem;z-index:3;top:50%;margin-top:-0.1rem;color:#fff;text-shadow: 0px 0px 2px rgba(0,0,0,0.4);transition:.5s cubic-bezier(0.215,.61,.215,1);-webkit-transition: 0.5s cubic-bezier(0.215,.61,.215,1);}
.index-pics a:before{content: ""; display: block; width: 0; height: 100%;  position: absolute; left: 0;top:0;opacity:0; background-image: -webkit-linear-gradient(right, #103472, #184799);transition:.5s cubic-bezier(0.215,.61,.215,1);-webkit-transition: 0.5s cubic-bezier(0.215,.61,.215,1);}

@media (min-width:992px){
	.index-pics a:hover:before{width:100%;opacity:0.9; }
	.index-pics a:hover i{right:0.3rem; }
}

@media (max-width:992px){
	.index-bg{ padding:15px 0}
	.index-slider{ width:100%; height:200px; padding:0; float:none;}
	.index-slider .txt{  height:auto}
	.index-slider .txt strong{ font-size:0.18rem; font-weight:bold; padding-right:0; overflow:inherit;text-overflow:inherit;white-space: inherit;}
	.index-slider .swiper-button-prev{ width:20px; height:40px; background-size:9px 15px; margin-top:-20px;}
	.index-slider .swiper-button-next{ width:20px; height:40px; background-size:9px 15px; margin-top:-20px;}	
	
	.index-news{ width:100%; padding:0; float:none; margin-top:15px;}
	.index-news h3 {  padding-right:0}
	.index-news h3 a{  max-width:inherit}
	.index-news .con{margin-top:20px;}
	.index-news a.more{ display:none}
	.index-news .con dl{ border-bottom:1px #ddd solid; padding-bottom:15px;}
	.index-news .con dl span{ display:block; position:relative; margin-bottom:5px;top:0;color:#bbb; font-size:0.14rem;}
	.index-news .con dl strong{ margin-right:0}
	.index-news .con dl p{font-size:0.14rem;}
	.index-news .con ul{ margin-top:15px;}
	.index-news .con li span{font-size:0.16rem  }
	.index-news .con li a{ font-size:0.18rem}
	.index-news .con li:last-child{ border:0}
	
	.index-pics{padding:0;margin-top:15px;}
	.index-pics a{width:47%;float:left;margin-right:3%;margin-bottom:10px;height:80px;}
	.index-pics a:last-child{margin-right:0;}
	.index-pics a span{text-align:center;line-height:1.5;left:0;width:100%;margin-top:-0.25rem;font-size:0.18rem;padding:0 0.2rem}
	
}

.index-bg2{ background:url(../images/news-bg2.jpg); padding:0.5rem 0}
.index-notice{ background-color:#fff;  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1); position: relative;}
.index-notice h2{ background-color:#f5f5f5 }
.index-notice h2 a{ display:block; text-align:center; width:50%; float:left;line-height:0.7rem; font-size:0.18rem; font-weight:bold; background-color:#f5f5f5}
.index-notice h2 a.current{ background-color:#fff}
.index-notice .con{ padding:0.3rem 0.3rem 0.5rem; height:3rem}
.index-notice dl{ padding-left:120px; position:relative;}
.index-notice dl .date{ width:100px; position:absolute; left:0;top:0;font-family:"NoveDemiBold"; }
.index-notice dl .date strong{ display:block; line-height:40px; background-color:#e1e1e1; text-align:center; color:#5a5a5a; font-size:26px; }
.index-notice dl .date span{ display:block; text-align:center; background-color:#ececec; color:#9e9e9e; line-height:28px; font-size:16px; }
.index-notice dl .image{ width:100px; position:absolute; left:0;top:0;}
.index-notice dl .image img{ width:100%}
.index-notice dl .text{ }
.index-notice dl .text strong{display:block; font-size:15px;position:relative; line-height:20px;height:40px; overflow:hidden }
.index-notice dl .text strong a{ color:#444; }
.index-notice dl .text strong a:hover{ color:#bd1a2d}
.index-notice dl .text span{ display:block;font-family:Arial, Helvetica, sans-serif; font-size:0.14rem; color:#aaa; margin-top:10px;}
.index-notice ul{ margin-top:0.2rem;}
.index-notice ul li{ padding:0.06rem 0; height:0.32rem;  line-height:0.2rem; margin-right:0.75rem; position:relative;}
.index-notice ul li a{ background:url(../images/li.gif) no-repeat 0 center; padding-left:15px;display:inline-block; max-width:100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;_width:100%; text-align:left;}
.index-notice ul li span{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#aaa; position:absolute; right:-75px;top:7px;}
.index-notice a.more{ position:absolute; right:0.2rem;bottom:0.2rem; font-size:0.12rem; color:#8a8a8a; display:inline-block;padding:0px 0.1rem; line-height:0.25rem;}
.index-notice a.more:hover{ color:#4a4a4a; }

.index-topic{ background-color:#fff;  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1); position: relative;}
.index-topic h2{ background-color:#f5f5f5;line-height:0.7rem; font-size:0.18rem; font-weight:bold; padding-left:0.3rem; position:relative }
.index-topic a.more{ position:absolute; right:0.3rem; font-size:0.15rem; font-weight:normal; color:#999;top:0;}
.index-topic .con{ padding:0.3rem 0.3rem 0.5rem; height:3rem}
.index-topic dl img { width:100%}
.index-topic ul{ margin-top:0.2rem; line-height:1.8; color:#888; font-size:0.15rem}


.index-other{ background-color:#fff;  box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1); position: relative;}
.index-other h2{ background-color:#f5f5f5 }
.index-other h2 a{ display:block; text-align:center; width:50%; float:left;line-height:0.7rem; font-size:0.18rem; font-weight:bold; background-color:#f5f5f5}
.index-other h2 a.current{ background-color:#fff}
.index-other .con{ padding:0.3rem; height:3rem}

.index-leader{ height:2.5rem}
.index-leader .swiper-slide img{ display:block; width:100%}
.index-leader .swiper-slide span{ display:block; text-align:center; margin-top:0.1rem}
.index-leader .swiper-pagination{ bottom:0}
.index-leader .item{}

.index-video .item{ position:relative}
.index-video .item img{ display:block; width:100%}
.index-video .item span{ display:block; text-align:center; margin-top:0.1rem}
.index-video .item i{ position:absolute; font-size:0.6rem; left:50%; margin-left:-0.3rem;top:50%; margin-top:-0.5rem; color:#fff}

.index-links{background-color:#fff;box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.1);padding:0.4rem;margin-top:0.3rem}
.index-links dl{border-right:1px #e8e8e8 solid;padding-right:0.5rem;width:50%;float:left }
.index-links .dl2{border:0;padding-right:0;padding-left:0.5rem}
.index-links dl dt{font-size:0.18rem;margin-bottom:0.2rem;position:relative}
.index-links dl:first-child dt:before {content: ""; display: block; width: 0; height: 0; border-left: 0.06rem solid transparent; border-right: 0.06rem solid transparent;border-top: 0.09rem solid #bd1a2d; position: absolute; left: 0.8rem;top:50%; margin-top: -0.04rem;}
.index-links dl dd{width:50%;float:left;margin-bottom:0.1rem}
.index-links dl dd a{color:#888}
.index-links dl dd a:hover{color:#bd1a2d;text-decoration:underline}
.index-links ul{border-top:1px #e8e8e8 solid;margin-top:0.2rem;padding-top:0.3rem}
.index-links ul h3{font-size:0.18rem;margin-bottom:0.2rem;position:relative;font-weight:bold}
.index-links ul h3:before{content: ""; display: block; width: 0; height: 0; border-left: 0.06rem solid transparent; border-right: 0.06rem solid transparent;border-top: 0.09rem solid #bd1a2d; position: absolute; left: 0.8rem;top:50%; margin-top: -0.04rem;}
.index-links ul li{width:9%;float:left;padding:0rem 0.1rem 0.1rem 0}
.index-links ul li img{width:100%;border:1px #ddd solid}


.index-links .new_revise{/*padding-right:0.1rem;*/}
.index-links .new_revise dd{width:49%; padding:0rem 0.2rem 0.2rem 0;margin-bottom:0}
.index-links .new_revise dd img{ width:100%;height:72px; border:1px solid #ddd}


@media (max-width:1199px){
	.index-bg2{ padding:15px 0}
	.index-notice .con{ height:auto}
	.index-topic{ margin-top:15px;}
	.index-topic .con{ height:auto}
	.index-other{ margin-top:15px;}
	.index-other .con{height:auto}
	.index-leader{ height:auto}
	.index-leader .swiper-pagination{ display:none}
	.index-links{padding:0.3rem;margin-top:15px;}
	.index-links dl dd{width:49%;float:left}
	.index-links .new_revise dd{ padding:0rem 0.1rem 0.1rem 0 ;}
	.index-links ul li{padding:0rem 0.1rem 0.1rem 0}
}

/*---------网站底部---------------*/
#footer{background-color: #bd1a2d;background-image: -webkit-linear-gradient(top, #bd1a2d, #bd1a2d);padding:0.5rem 0 0.3rem;}
#footer .footer-about{ width:27%; float:left; padding-right:80px;}
#footer .footer-about h3{ font-size:0.18rem; font-weight:600; line-height:1; margin-bottom:0.2rem;color:#fff; position:relative}
#footer .footer-about h3 span{ position:absolute; right:0;top:0; font-size:14px; font-weight:normal}
#footer .footer-about p{ font-size:0.14rem; line-height:2.2;color:#fff }
#footer .footer-about p i{ color:#fff; font-size:0.2rem; position:relative;top:0.02rem; margin-left:0.05rem} 
#footer .footer-about a{color:#fff}

#footer .footer-menu{ width:60%; float:left; }
#footer .footer-menu dl{ width:16.66666666%; float:left;font-size:0.15rem;}
#footer .footer-menu dl dt{ font-weight:normal; color:#fff; margin-bottom:0.25rem; font-size:0.18rem; line-height:0.2rem; position:relative}
#footer .footer-menu dl dt:before {content: "";position: absolute;display: block; height:1px; width: 0.3rem; border-bottom:1px #8dafd3 dotted; left:0; top:30px;}
#footer .footer-menu dl dd{ margin-bottom:8px;}
#footer .footer-menu dl dd a{ color:#fff}
#footer .footer-menu dl dd a:hover{ color:#fff; text-decoration:underline}
#footer .footer-menu ul{ width:16.66666666%; float:left;font-size:0.16rem;}
#footer .footer-menu ul li{ margin-bottom:15px;color:#aaa; line-height:0.2rem;}
#footer .footer-menu ul li a{ color:#fff}
#footer .footer-menu ul li a:hover{ color:#aaa}
#footer .footer-qr{ width:13%; float:right; padding-left:30px;}
#footer .footer-qr .image{}
#footer .footer-qr .image img{ width:100%; border:1px #ddd solid; display:block; background-color:#fff}
#footer .footer-qr p{ text-align:center; margin-top:10px; font-size:0.14rem; color:#fff}

.footer-bar{padding-top:25px;overflow:hidden;border-top: 1px #a50316 solid;margin-top:30px;font-size:0.14rem;line-height:1;}
.footer-bar .left-con{float:left;color: #fff;}
.footer-bar .left-con span{ margin:0 0.15rem; font-size:0.12rem;}
.footer-bar .left-con a{ color:#ccc}
.footer-bar .left-con a:hover{ color:#fff}
.footer-bar .right-con{ float:right; color:#fff;}
.footer-bar .right-con a{ color:#fff}
.footer-bar .right-con a:hover{ color:#fff}
.footer-bar .right-con a.linking{ display:block; float:left; width:170px; height:22px; background:url(../images/images/linking.png) no-repeat; position:relative;top:-1px; margin-right:10px;}

@media (max-width:1200px){
	#footer .footer-menu{ width:87%}
	#footer .footer-about{ display:none}
}

@media (max-width: 992px) {
	#footer{ padding:0.3rem 0; }
	#footer .footer-about{ display:block; width:100%; float:none; padding-right:0; text-align:center;}
	#footer .footer-about h3{ display:none}
	#footer .footer-about .links{ max-width:100%; display:none}
	#footer .footer-about p{font-size:0.18rem;line-height:1.8}
	#footer .footer-menu{ display:none}
	#footer .footer-qr{ width:100%; float:none; padding:0; margin-top:20px;}
	#footer .footer-qr img{ width:50%; max-width:150px; margin:0 auto }	
	
	.footer-bar{   text-align:center!important}
	.footer-bar .left-con{ float:none}
	.footer-bar .left-con span{ margin:0 5px}
	.footer-bar .right-con{ float:none; margin-top:12px;}
	.footer-bar .right-con .icp{ display:none}
	.footer-bar .right-con a.linking{ float:none; display:inline-block;}
}





/* --------------右侧跟随---------------------- */
#follow-btn{ position:fixed; bottom:-200px; z-index:1001;transition: all 850ms cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 850ms cubic-bezier(0.215,.61,.215,1);-moz-transition: all 850ms cubic-bezier(0.215,.61,.215,1);-o-transition: all 850ms cubic-bezier(0.215,.61,.215,1);}
#follow-btn a{ display:block; background-color:rgba(0,0,0,0.05); color:#aaa; width:50px; height:50px;  text-align:center; -webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;transition: background-color 0.3s; position:relative;border-radius:3px }
#follow-btn a i{font-size:28px; line-height:50px;}
#follow-btn a:hover{ background-color:#bd1a2d; color:#FFF}

@media (max-width:1250px){
	#follow-btn{ display:none}
}





.body-mask{ width:100%; height:100%; position:fixed; z-index:10000; left:0;top:0; background-color:#000;opacity: 0;filter:alpha(opacity=50);visibility:hidden;transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s; -webkit-transition: all 0.6s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;}



#pages{ text-align:center; padding-top:0.4rem;}
#pages a{ display:inline-block; padding:9px 15px; background-color:#fff; color:#888; margin:0 2px;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; border:1px #ddd solid; border-radius:3px}
#pages a:hover{ background-color:#007dbf; border-color:#007dbf; color:#fff}
#pages a.active{ background-color:#007dbf;border-color:#007dbf; color:#fff}
#pages span{display:inline-block; padding:9px 15px; color:#888; position:relative;top:-2px}


.page-wrapper{}


.page-banner{ width:100%; position:relative; height:400px; overflow:hidden; z-index:1;} 
.page-banner .image-con{ overflow:hidden; height:100%; width:100%; position:relative;transition: all 1.5s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 1.5s cubic-bezier(0.215,.61,.215,1);transform:scale(1.1);-webkit-transform:scale(1.1);}
.page-banner .image-con .image{ height:100%; width:100%; background-repeat:no-repeat; background-size:cover; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.page-banner .image-con .image em{ background-color:#000; position:absolute; left:0;top:0; right:0;bottom:0; opacity:0.5}
.page-banner .title{ position:absolute; left:0;top:55%;  color:#fff; text-align:left; width:100%;}
.page-banner .title strong{ font-weight:normal; display:block; margin-left:-0.5rem; line-height:1;transition: all 0.8s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 0.8s cubic-bezier(0.215,.61,.215,1);transition-delay:0.5s; -webkit-transition-delay:0.5s;opacity:0; font-size:0.4rem;text-shadow: 0px 0px 4px rgba(0,0,0,0.26); }
.page-banner .title p{ transition: all 2s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 2s cubic-bezier(0.215,.61,.215,1);transition-delay:1s; -webkit-transition-delay:1s;opacity:0; font-size:0.15rem; margin-top:10px;display:none; }
.page-banner .title:after {content:""; display:inline-block; width:27px; height:24px; background:url(../images/down.png) no-repeat; background-size:cover; margin-top:10px; transition: all 1.2s cubic-bezier(0.215,.61,.215,1);-webkit-transition: all 1.2s cubic-bezier(0.215,.61,.215,1);transition-delay:1s; -webkit-transition-delay:1s;opacity:0; display:none;}

.page-banner.hover .image-con{transform:scale(1);-webkit-transform:scale(1);}
.page-banner.hover .title{}
.page-banner.hover .title strong{opacity:1; margin-left:0;}
.page-banner.hover .title p{opacity:1;}
.page-banner.hover .title:after{opacity:1; margin-top:30px}

.business-banner .image-con .image{background-attachment:inherit}

@media (max-width: 992px) {
	.page-banner{height:30vh;}
	.page-banner .image-con .image{background-attachment:inherit}
	.page-banner .title{ top:60%}
	.page-banner .title strong{ font-size:0.3rem; text-align:center}
	.page-banner .title:after{width:13.5px;height:12px;}
	.page-banner.hover .title:after{opacity:1; margin-top:20px}
}


.page-nav{  position:relative;z-index:2; background-color:#f4f4f4; height:0.7rem;  }
.page-nav ul{ float:right }
.page-nav ul li{ position:relative; font-size:0.16rem;display: inline-block }
.page-nav ul li:before {content:"";display:block;width:1px;height:100%; background-color:#ccc; position:absolute; left:0; top:0; z-index:2; display:none }
.page-nav ul li a{ line-height:0.7rem; display: inline-block; text-align:center; padding:0 0.3rem }
.page-nav ul li.current a{ color:#bd1a2d; background-color:#fff}
.page-nav ul li.current:after {content:"";display:block;height: 2px;position:absolute; left:0.3rem; right:0.3rem; bottom:-1px; background-color:#007dbf; display:none}
.page-nav ul li.current:before{ display:none}
.page-nav ul li:first-child:before{ display:none}

@media (max-width: 992px) {
	.page-nav .container{ padding:0}
	.page-nav ul{ float:none; display: -webkit-box;display: -moz-box;display: -ms-boxflex;display: -webkit-flex;display: flex; display: -webkit-box;-webkit-box-orient: horizontal; box-orient: horizontal;}
	.page-nav ul li{display: block;box-flex:1;-moz-box-flex:1;-webkit-box-flex:1;-ms-flex:1; }
	.page-nav ul li a{ display:block; padding:0}
}



.location{float:left;line-height:0.7rem; font-size:0.15rem;}
.location span{margin:0 3px;font-family:"Helvetica";font-size:12px;}
.location i{font-size:0.0.15rem; margin-right:0.05rem}
.location a{color:#888}
.location a:last-child{font-weight:bold;}

	
@media (max-width: 992px) {
	.location{display:none}
}



.page-top{ text-align:center}
.page-top strong{ display:block; font-size:0.3rem; }
.page-top em{ display:inline-block; width:1.6rem; height:1px; background-color:#ddd; line-height:3px; margin-top:0.2rem;}
.page-top em i{ display:inline-block; width:0.6rem; height:3px; background-color:#bd1a2d; line-height:3px; position:relative;top:-5px;}
.page-top span{ display:block; color:#666; text-transform:uppercase; font-size:0.18rem; font-family:Arial, Helvetica, sans-serif;}


.about{ font-size:0.16rem }
.about-item-a{ padding:0.5rem 0;background:#fff;}
.about-item-a .text{ line-height:2; }
.about-item-a .text p{ margin-bottom:0.15rem}

.about-content{margin-top:0.3rem}
.about-video{position:relative;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);border:1px #ddd solid;padding:0.2rem}
.about-video img{ display:block; width:100%}
.about-video span{ display:block; text-align:center;position:absolute;left:0;bottom:0.2rem;right:0;line-height:0.6rem;color:#fff}
.about-video i{ position:absolute; font-size:0.8rem; left:50%; margin-left:-0.4rem;top:50%; margin-top:-0.5rem; color:#fff}
/*
.about-video{ position:relative; margin:0 auto; background:url(../images/about-video.jpg) no-repeat center center;background-size:cover;background-attachment: fixed;}
.about-video:before { content: ""; width: 100%; height: 100%; background: #1a1a3a; opacity: 0.70; position: absolute; top: 0; left: 0; z-index: 1;}
.about-video a{position:relative;z-index:3;display:block;padding:2rem 0;color:#fff;font-size:0.24rem;text-align:center;}
.about-video span{ display:inline-block;line-height:1; text-align:center;border:1px #ddd solid;border-radius:2rem;padding:0 0.8rem 0 0.4rem;line-height:0.6rem;position:relative}
.about-video i{display:block; width: 0.5rem; height:0.5rem;background-color:#05c;position: absolute; top: 0.05rem; right:0.05rem;border-radius:2rem;}
.about-video i:before { content: "";display:block;width: 0; height: 0;border-top: 0.1rem solid transparent; border-bottom: 0.1rem solid transparent;border-left: 0.16rem solid #fff;position: absolute; top: 50%;margin-top:-0.1rem; left: 50%;margin-left:-0.08rem; z-index: 1;}
*/

@media (max-width: 992px) {
	.about img{ max-width:100%}
	.about-video{margin-bottom:0.2rem}
}

.about-item-b{ background:url(../images/about-bg.jpg) no-repeat center center; background-size:cover; padding:0.7rem 0}
.about-item-b h2{ text-align:center;}
.about-item-b h2 span{ display:block; font-size:0.18rem; text-transform:uppercase; color:#bd1a2d ; font-family:Arial, Helvetica, sans-serif  }
.about-item-b h2 strong{font-size:0.3rem; font-weight:normal; display:inline-block; margin-top:0.1rem; position:relative }
.about-item-b h2 strong:before {content:"";display:block;width:0.7rem;height: 2px; background-color:#444; position:absolute; left:-0.8rem;top:50%; border-radius:1px }
.about-item-b h2 strong:after {content:"";display:block;width:0.7rem;height: 2px; background-color:#444; position:absolute; right:-0.8rem;top:50%; border-radius:1px }
.about-item-b .leader-slider{ margin-top:40px;overflow:hidden; position:relative; padding-bottom:50px;}
.about-item-b .con{ position:relative;}
.about-item-b .item{box-shadow: 0px 0px 20px rgba(0,0,0,0.08);}
.about-item-b .item img{ width:100%}
.about-item-b .item span{ display:block; text-align:center; padding:15px 20px 25px;background-color:#fff;}


.about-item-b .swiper-button-prev,.about-item-b .swiper-button-next{width: 100px;height: 100px; text-align:center; position: absolute;top:50%; margin-top:-75px; background:none;z-index:20;color:#fff;opacity: .7;-webkit-transition: 0.5s;transition: 0.5s;}
.about-item-b .swiper-button-prev img,.about-item-b .swiper-button-next img{ width:100%;}
.about-item-b .swiper-button-prev{left:-100px;}
.about-item-b .swiper-button-next{right:-100px;}
.about-item-b .swiper-button-prev:hover{opacity: 1; }
.about-item-b .swiper-button-next:hover{opacity: 1;}
.about-item-b .swiper-button-disabled{opacity:0.7}


@media (max-width: 1199px) {
	.about-item-b .item{ margin-bottom:20px;}
}
@media (max-width: 992px) {
	.about-item-b .item span{ padding:10px}
	.about-item-b .intro{ font-size:12px; padding:0 5%}
	.about-item-b .swiper-button-prev,.about-item-b .swiper-button-next{ display:none}
}

.about-item-c{ background:#fff; padding:0.7rem 0}
.about-item-c h2{ text-align:center; margin-bottom:0.5rem}
.about-item-c h2 span{ display:block; font-size:0.18rem; text-transform:uppercase; color:#bd1a2d ; font-family:Arial, Helvetica, sans-serif  }
.about-item-c h2 strong{font-size:0.3rem; font-weight:normal; display:inline-block; margin-top:0.1rem; position:relative }
.about-item-c h2 strong:before {content:"";display:block;width:0.7rem;height: 2px; background-color:#444; position:absolute; left:-0.8rem;top:50%; border-radius:1px }
.about-item-c h2 strong:after {content:"";display:block;width:0.7rem;height: 2px; background-color:#444; position:absolute; right:-0.8rem;top:50%; border-radius:1px }
.about-item-c .con{ position:relative; text-align:center;}
.about-item-c .con img{ width:100%; max-width:1200px;}


.leader{ padding:0.5rem 0; background-color:#f4f4f4}
.leader .leader-info{ text-align:center; color:#ee0000; margin:0.3rem 0}
.leader .item{  background-color:#fff; margin-bottom:0.2rem; padding:0.3rem ;}
.leader .item .image{}
.leader .item .image img{ width:100%}
.leader .item .text{  padding:20px 30px}
.leader .item h3{ font-size:0.24rem; font-weight:500; margin-bottom:0.2rem}
.leader .item p{ margin-bottom:0.1rem; color:#7a7a7a;line-height:1.8;}

	
@media (min-width: 1200px) {
	.leader .item{ min-height:300px;}
}

@media (max-width: 768px) {
	.leader .item .image{ width:40%; margin:0 auto}
	.leader .item h3{ text-align:center}
	.index-links dl {border-right: none;padding-right: 0;width: 100%;float: left;}
	.index-links .dl2 {padding-left: 0rem;}
	.index-links .dl2 dt{ display:none;}
	.index-links ul li {width: 33.3%;}
}

.video-play{ position:fixed; left:0;top:0; z-index:99999; width:100%; height:100%; display:none}
.video-play .mask{ position:absolute; left:0;top:0; width:100%; height:100%;background:#000;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7; z-index:1 }
.video-play .box{ width:900px; height:600px; position:absolute; left:50%; margin-left:-450px;top:50%; margin-top:-300px; z-index:3; }
.video-play .close-btn{ background:url(../images/close2.gif) no-repeat center center; display:block; text-indent:-10000px; width:50px; height:50px; position:absolute; left:50%; margin-left:390px;top:50%; margin-top:-275px; z-index:4;-webkit-transition: -webkit-transform 1s;}
.video-play .close-btn:hover{-webkit-transform:rotate(180deg); }
#con_video_div{ background:#000}

@media (max-width: 1200px) {
	.video-play .box{ width:100%; height:300px; left:0; margin-left:0;top:50%; margin-top:-150px;}
	.video-play .close-btn{ left:auto; margin-left:0;right:20px;top:20px; margin-top:0}
	#con_video_div{ width:100% !important;height:300px !important}
}

.history{ margin-top:40px; }
.history  .history-top{ height:160px; padding-top:40px; padding-left:40px; position:relative; background:url(../images/history-bg.jpg) no-repeat #f4f4f4}
.history  .history-top .wrapper{}
.history  .history-top strong{ font-size:24px; font-weight:300}
.history  .history-top span{font-family:"dincond-medium-webfont"; font-size:36px; display:block; color:#ddd}
.history .item{transition: all 0.3s; -webkit-transition: all 0.3s;padding-left:120px; position:relative; border-bottom:1px #ddd dotted }
.history .item h2{ font-size:40px;font-family:"dincond-medium-webfont"; color:#bd1a2d; position:absolute; left:0px;top:29px; }
.history .item h2 span{ font-family:"Microsoft Yahei"; font-size:20px; position:relative;top:-3px}
.history .item ul li{ position:relative; padding:10px 0  7px 35px;border-left:2px #ddd solid;}
.history .item ul li h3{font-family:"dincond-medium-webfont"; font-size:26px; display:none }
.history .item ul li p{ line-height:2;font-size:14px; }
.history .item ul li .image{ margin-top:10px;}
.history .item ul li .image img{ width:360px; border-radius:5px; overflow:hidden}
.history .item ul li:after { content: ",,"; display: block; width:17px;height:17px; background:url(../images/line-icon.png) no-repeat; position:absolute; left:-9px;top:16px; text-indent:-10000px}
.history .item ul li:first-child{ padding-top:40px}
.history .item ul li:first-child:after{top:47px} 
.history .item ul li:last-child{ padding-bottom:30px}
.history .item:last-child{ border:0;}
.history .item.hover{ background-color:#f1eff1}


.wow {visibility: hidden;}


.business-list{ padding:0.6rem 0}
.business-list .item{ position:relative; margin-bottom:0.3rem; position:relative;overflow:hidden;}
.business-list .item .image{ overflow:hidden; height:400px; background-position:center center; background-size:cover;transition: transform 1s ease; -webkit-transition: transform 1s ease;}
.business-list .item .image:after { content: ""; display: block; position: absolute; left: -85%; bottom: -140%;background: radial-gradient(ellipse at center,#000 0%,transparent 70%);  width: 200%; height: 200%;}
.business-list .item .txt{ position:absolute; width:100%;left:0;bottom:0rem; z-index:2; color:#fff; padding:0.4rem}
.business-list .item .txt strong{ display:block; font-size:0.24rem; font-weight:normal}
.business-list .item .txt p{ display:block; margin-top:0.05rem; font-size:0.14rem; line-height:1.5; color:rgba(255,255,255,0.8) }


@media (min-width: 992px) {
	.business-list .item:hover .image{transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1)}
}

@media (max-width: 992px) {
	.business-list{ padding:0.3rem 0 0}
	.business-list .item .image{ height:200px}
}


.business-wrapper{ padding:0.5rem 0; background-color:#f4f4f4}
.business-box{box-shadow: 3.42px 9.397px 20px 0px rgba(77,77,77,0.1); background-color:#fff} 
.business-cate{  display: -webkit-box;display: -moz-box;display: -ms-boxflex;display: -webkit-flex;display: flex; display: -webkit-box;-webkit-box-orient: horizontal; box-orient: horizontal;}
.business-cate a{display: block;box-flex:1;-moz-box-flex:1;-webkit-box-flex:1;-ms-flex:1; }
.business-cate a{ line-height:0.8rem; font-size:0.22rem; text-align:center; background-color:#ddd; border-right:1px #f4f4f4 solid;background-image: -webkit-linear-gradient(90deg, #ddd 0%, #e8e8e8 100%);}
.business-cate a.current{ background:#fff; color:#bd1a2d;}

@media (max-width: 992px) {
	.business-wrapper{ padding:15px 0}
	.business-cate a{ font-size:0.18rem}
}

.business-view{ }
.business-view .item-a{ background-color:#fff;padding:0.7rem 0}
.business-view .item-a .content{ line-height:1.8}
.business-view .item-a .content p{ margin-bottom:20px;}
.business-view .item-b{ background-color:#f4f4f4;padding:0.7rem 0}
.business-view .item-b h2{ text-align:center; font-size:0.3rem; margin-bottom:0.8rem; position:relative}
.business-view .item-b h2:after { content: ""; display: block; width:40px;height:4px; background-color:#bd1a2d;  position:absolute; left:50%; margin-left:-20px;top:0.5rem; }
.business-view .item-b .item{box-shadow: 0px 0px 20px rgba(0,0,0,0.08); margin-bottom:0.3rem}
.business-view .item-b .item .image{ overflow:hidden}
.business-view .item-b .item img{ width:100%; display:block;transition: all 1s; -webkit-transition: all 1s;}
.business-view .item-b .item .text{ display:block; text-align:center; padding:0.15rem 0.15rem 0.2rem;background-color:#fff; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
@media (min-width: 992px) {	
	.business-view .item-b .item:hover img{transform:scale(1.1);}
}
@media (max-width: 992px) {
	.business-view .item-a{padding:0.4rem 0; font-size:0.18rem}
}


.project-view .box{ padding:5%;}
.project-view h1{ font-size:0.3rem; text-align:center; font-weight:bold; line-height:1.4}
.project-view .info{ margin-top:0.2rem; font-size:14px; color:#999; } 
.project-view .info .source{ color:#bd1a2d; margin-left:0.05rem}
.project-view .content{ margin-top:0.3rem; font-size:16px; line-height:1.8}
.project-view .content p{ margin-bottom:15px;}
.project-view .other{ margin-top:0.3rem}
.project-view .other p{ line-height:0.5rem; font-size:16px; background-color:#eee; padding:0.2rem; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.project-view .other a{ font-weight:bold}
.project-view .other a:hover{ text-decoration:underline}
@media (max-width: 992px) {
	.project-view .box{ padding:15px;}
	.project-view h1{ text-align:left; padding-top:0.2rem; display:none}
	.project-view .info{ font-size:0.18rem; display:none}
	.project-view .content{ font-size:0.18rem}
	.project-view .content img{ width:100%;} 
	.project-view .other p{ font-size:0.18rem; margin-bottom:0.1rem; line-height:0.4rem}
	
}



.solution-banner{ height:50vh; position:relative; background-position:center bottom; background-size:cover; background-repeat:no-repeat}
.solution-banner .text{ color:#fff;}
.solution-banner .text h1{font-size: 0.48rem; margin-bottom:0.1rem; letter-spacing: 1px; line-height: 1.4;}
.solution-banner .text p{font-size:0.2rem;line-height: 1.5}
.solution-location{ position:absolute; left:0;bottom:0; height:0.6rem; background-color:rgba(0,0,0,0.4); width:100%}
.solution-location dl{ float:left; line-height:0.6rem; color:#fff}
.solution-location dl i{ font-size:0.2rem;}
.solution-location dl a{ color:#fff}
.solution-location dl a:last-child{ font-weight:bold; font-size:0.18rem;}
.solution-location ul{ float:right}
.solution-location ul li{ float:left}
.solution-location ul li a{ display:block; float:left; line-height:0.6rem; padding:0 0.3rem; color:#fff;}
.solution-location ul li a.current{ background-color:#bd1a2d;}

@media (max-width: 992px) {
	.solution-banner{ height:40vh; padding-top:20px}
	.solution-banner .text h1{ font-size:0.3rem; letter-spacing:0}
	.solution-banner .text p{ font-size:0.16rem}
	.solution-location .container{ padding:0}
	.solution-location dl{ display:none}
	.solution-location ul{ float:none}
	.solution-location ul li{ width:33.3333333%;}
	.solution-location ul li a{ text-align:center; padding:0; float:none}
}



.solution-bg1{ background-color:#fff; padding:50px 0}
.solution-bg2{ padding:0.5rem 0; border-top:1px #ddd solid}

.solution .item-a .text{}
.solution .item-a .text h2{ font-weight:400;  font-size:0.3rem;}
.solution .item-a .text p{ margin-top:20px; color:#5a5a5a; line-height:1.9}
.solution .item-a .text a.link{ display:block; width:130px; line-height:40px; border:1px #ee0000 solid; text-align:center; font-size:16px; margin-top:20px; border-radius:5px; color:#ee0000}
.solution .item-a .text a.link:hover{ background-color:#ee0000; color:#fff}
.solution .item-a .text ul{ margin-top:0.2rem}
.solution .item-a .text ul li{ float:left; margin-right:0.1rem; margin-bottom:0.1rem}
.solution .item-a .text ul li a{ display:block; padding:0 0.3rem; line-height:0.4rem;background-color:#c8e9f2;border-radius:3px; color:#bd1a2d }
.solution .item-a .text ul li a:hover{ text-decoration:underline}
.solution .item-a .image{}
.solution .item-a .image img{ width:100%}

@media (max-width: 992px) {
	.solution .item-a .text h2{ text-align:center}
	.solution .item-a .text a.link{ margin:30px auto}
}

.solution .item-b{ padding:0.5rem 0; background-color:#f4f4f4}
.solution .item-b h2{ font-size:0.3rem; text-align:center; margin-bottom:0.4rem}
.solution .item-b h2 i{ font-size:0.32rem; margin-right:5px; position:relative;top:2px}
.solution .item-b .item{ overflow:hidden}
.solution .item-b .item img{ float:left; width:30%; margin-right:0.3rem}
.solution .item-b .item h3{ font-size:0.24rem}
.solution .item-b .item p{ color:#6a6a6a; margin-top:10px; line-height:1.8}

@media (max-width: 992px) {
	.solution .item-b .item { margin-bottom:0.3rem}
	.solution .item-b .item img{ float:none; width:100%; margin:0; margin-bottom:0.2rem}
}

.solution .item-c{ }
.solution .item-c h2{ font-size:0.3rem; text-align:center; margin-bottom:0.4rem}
.solution .item-c h2 i{ font-size:0.32rem; margin-right:5px; position:relative;top:2px}
.solution .item-c ul li{ margin-bottom:0.15rem; background:url(../images/li.gif) no-repeat 0 center; padding-left:12px; width:50%; float:left; padding-right:5%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

@media (max-width: 992px) {
	.solution .item-c ul li{ width:100%; float:none; font-size:0.18rem}
}

.solution .item-d{ background-color:#f4f4f4; padding:0.5rem 0 }
.solution .item-d h2{ font-size:0.3rem; text-align:center; margin-bottom:0.4rem}
.solution .item-d .con{ margin-top:0.4rem; text-align:center}
.solution .item-d .con img{ max-width:1000px;}
@media (max-width: 992px) {
	.solution .item-d .con img{ width:100%; }
}


a.more-btn{  width:200px; height: 60px; background-color:#bd1a2d;  display: block; line-height: 60px; text-align: center; position: relative; z-index: 1; margin:0.3rem auto 0;transition: all 0.5s;}
a.more-btn:before{ content:""; width:100%; height:100%; background-color:#fff; z-index: -1; position:absolute; left:0; bottom:0px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .42s cubic-bezier(.4,0,.2,1); transition:-webkit-transform .42s cubic-bezier(.4,0,.2,1); transition:transform .3s cubic-bezier(.4,0,.2,1); transition:transform .42s cubic-bezier(.4,0,.2,1),-webkit-transform .42s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0);  visibility:hidden\9; }
a.more-btn i{ margin-left:10px;}
a.more-btn span{ padding-right: 30px; font-weight:bold;position: relative; font-size:16px; color:#fff}
a.more-btn span i{ background: url(../images/btn_m1.png) no-repeat scroll left center; position: absolute; right: 0; top: 0; width: 14px; height: 100%; transition: .42s cubic-bezier(.4,0,.2,1);}
a.more-btn:hover{box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.15);}
a.more-btn:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0;visibility:visible\9;}
a.more-btn:hover span{ color: #555;}
a.more-btn:hover span i{ background-position: right center;}

@media (max-width: 992px) {
	a.more-btn{ width:150px; height:45px; line-height:45px}
	a.more-btn span{ font-size:14px;}
}

.topic-list{ padding:0.5rem 0; background-color:#f4f4f4}
.topic-list .item{ background-color:#fff;}
.topic-list .item .image img{ width:100%}
.topic-list .item .text{ text-align:center; padding:0.2rem 0.3rem 0.3rem}
@media (max-width: 992px) {
	.topic-list{ padding:0.3rem 0; }
	.topic-list .item{ margin-bottom:0.3rem}
}


.about-news{ padding:0.5rem 0}
.about-news .list .item{ padding:0.3rem; background-color:#fff; margin-bottom:0.1rem; position:relative; height:1.3rem; color:#888; box-shadow: 0px 0px 20px rgba(0,0,0,0.08);}
.about-news .list .item p{text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; font-size:0.13rem; margin-top:0.1rem; line-height:1.6}
.about-news .list .item strong{ display:block; margin-right:80px; font-size:0.16rem; white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.about-news .list .item span{ position:absolute; right:0.2rem;top:0.2rem; font-size:0.14rem}
.about-news .list .item em{ display:block; height:130px; left:0.1rem;top:0; position:absolute; line-height:1.1rem; width:70px; text-align:center; font-size:0.3rem;  }
.about-news .list .item .text{ margin-left:70px;}
.about-news .list .item a{ color:#222}
.about-news .list .item.current{ background-color:#bd1a2d; color:#fff}
.about-news .list .item.current a{ color:#fff}
.about-news .list .item.current:before{  content: ""; display: block; width: 0; height: 0; border-top:9px solid transparent; border-bottom: 9px solid transparent; border-left: 9px solid #bd1a2d; position: absolute; right: -9px;top: 50%; margin-top:-9px;}
.about-news .image-swiper{ height:4.1rem;}
.about-news .image-swiper .swiper-slide .pic{ height:4.1rem; background-position:center center; background-repeat:no-repeat; background-size:cover}
.about-news .image-swiper .swiper-pagination{ bottom:20px}


@media (max-width: 992px) {
	.about-news{ padding:0.3rem 0}
	.about-news .image-swiper{ margin-top:0.3rem}
}


.news-list{}
.news-list .top-news{background: #fff; padding:0.5rem 0}
.news-list .top-news .image img{ display:block; width:100%}
.news-list .top-news .text{ padding:0.15rem}
.news-list .top-news .text em{ display:block; color:#aaa;   font-size:0.18rem}
.news-list .top-news .text strong{ display:block; font-size:0.2rem; margin-top:0.2rem;}
.news-list .top-news .text p{ margin-top:0.1rem; font-size:0.16rem; line-height:2; color:#777}
.news-list .top-news .text a.more-btn{ margin:0.2rem 0 0; background-color:#fff; color:#999;box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.1); font-family:Arial, Helvetica, sans-serif; font-size:0.14rem}
.news-list .top-news .text a.more-btn:hover{ color:#fff}
.news-list .top-news .text a.more-btn:before{ background-color:#bd1a2d}
.news-list .list{ padding:0.3rem 0 0.7rem; background:url(../images/news-bg2.jpg)}
.news-list .list li{ padding:0.2rem 0; border-bottom:1px #e2e2e2 solid; font-size:0.16rem; line-height:0.4rem}
.news-list .list li .date{ position:relative; color:#aaa;}
.news-list .list li .date:before {content:"";display:block;width: 1px;height: 70%; background-color:#ccc; position:absolute; right:0; top:15% }
.news-list .list li .icon{ clear:both}
.news-list .list li .icon a{ display:block; width:0.4rem; height:0.4rem; background:url(../images/icon-more.png) no-repeat center center; background-size:cover; float:right }
.news-list .list li .title{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.news-list .list li .title a{}
.news-list .list li .title a:hover{ text-decoration:underline}

@media (max-width: 992px) {
	.news-list .list li{ font-size:0.18rem; line-height:1.5}
	.news-list .list li .date:before{ display:none}
	.news-list .list li .date{ padding-bottom:0.1rem}
	.news-list .list .col-md-2:last-child{ display:none}
}


p.none{ background:url(../images/images/none.jpg) no-repeat center 0.9rem #f5f5f5;  padding:2rem 0.5rem 1rem; margin-bottom:0.5rem; text-align:center;}


.share span{ float:left; line-height:22px;}
.share a{ padding-left:20px; height: 20px; margin-left:6px; display: inline-block; background: url(../images/images/share.png); float: left;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s; }
.share a.i1{ background-position: 0px 0px;}
.share a.i2{ background-position: -50px 0px;}
.share a.i3{ background-position: -95px 0px;}
.share a.i1:hover{ background-position: 0px -20px;}
.share a.i2:hover{ background-position: -50px -20px;}
.share a.i3:hover{ background-position: -95px -20px;}


.news-view{  background-color:#f6f8fa; padding-bottom:0.5rem;}
.news-view .box{background-color:#fff; padding:4%;position:relative; z-index:99; margin-top:-120px;box-shadow: 0 1px 20px 0 rgba(0,0,0,0.05);}
.news-view .news-info .text{}
.news-view .news-info .title{ color:#333; text-align:center; padding:0 0 0.3rem;}
.news-view .news-info .title p{  color:#888;font-size:0.35rem;  color:#e3612f; padding-bottom:0.1rem;}
.news-view .news-info .title h1{font-size:0.24rem;line-height:1.5}
.news-view .news-info .info{color:#bbb; position:relative; padding:0.15rem 0.4rem;font-size:0.14rem; background-color:#f2f2f2}
.news-view .news-info .info span.source{background: url(../images/new_i3.png) no-repeat scroll left center;padding: 2px 0px 2px 22px;margin-right: 18px;}
.news-view .news-info .info span.date{background: url(../images/new_i1.png) no-repeat scroll left center;padding: 2px 0px 2px 22px;margin-right: 18px;}
.news-view .news-info .info span.hits{background: url(../images/new_i2.png) no-repeat scroll left center;padding: 2px 0px 2px 28px;}
.news-view .news-info .info .share{ position:absolute; right:40px;top:14px;}

.news-view .content{ line-height:2;  margin-top:20px; font-size:0.16rem; margin:0.3rem 0px;}
.news-view .content p{ margin-bottom:0.15rem;}
.news-view .content img{ max-width:800px;_width:800px}


.news-view table{display:table;border-collapse:separate;border-spacing:0px;border-color:#666;max-width:100%;margin:0 auto}
.news-view table td{border:1px #666 solid !important;}


.news-view .other{ border-top:1px #eee solid; padding-top:0.2rem;font-size:0.16rem}
.news-view .other .left{ color:#777; }
.news-view .other .left p{  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-bottom:0.1rem; }
.news-view .other .left p a{ margin-left:3px;}
.news-view .download{ border-top:1px #ddd solid; padding:0.3rem 0; margin-top:0.3rem; }
.news-view .download h2{ font-size:0.18rem; margin-bottom:0.2rem;font-weight:bold}
.news-view .download p{ padding:5px 0px;font-size:0.16rem }
.news-view .download p a{color:#bd1a2d; font-weight:bold}
.news-view .download p a:hover{color:#ee0000}

.news-view .slider-wrapper{  position:relative; margin:30px auto 0px; }
.news-view .swiper-container{overflow:hidden;}
.news-view .swiper-slide{ text-align:center;}
.news-view .swiper-slide img{max-width:800px; height:450px;}
.news-view .swiper-slide .title{ margin-top:15px; font-size:0.14rem}
.news-view .swiper-pagination{position: absolute; z-index: 20; bottom:60px; width: 100%; text-align: center;}

.news-view .news-video-con{width:720px;margin:50px auto}
.news-view .news-video-con p{ text-align:center;margin-top:15px;}

@media (max-width: 992px) {
	.news-banner{ height:25vh}
	.news-view{box-shadow:none; padding:0;z-index:1;}
	.news-view .container{padding:0}
	.news-view .box{margin:0}
	.news-view .news-info .title{}
	.news-view .news-info .title p{font-size:0.24rem;font-weight:700}
	.news-view .news-info .title h1{line-height:1.4; padding:0;font-size:0.24rem}
	.news-view .news-info .info{ padding:0.2rem 0.3rem; text-align:left; background:#f2f2f2;  }
	.news-view .news-info .info .hits{ display:none }
	.news-view .content{ line-height:1.8;font-size:0.18rem;}
	.news-view .content img{ max-width:100%}
	.news-view .swiper-button-next{ display:none !important}
	.news-view .swiper-button-prev{ display:none !important}
	.share{ display:none}
	.news-view .swiper-slide img{width:100%;height:auto}
	.news-view .news-video-con{width:100%;margin:20px auto}
}



/*bid*/
.bid-list{ padding:0.5rem 0}
.bid-list ul li{ background-color:#f1f1f1;position:relative; overflow:hidden;margin-bottom:0.2rem}
.bid-list ul li .info{ margin-right:1.4rem;padding:0.15rem 0.4rem;}
.bid-list ul li span{font-family:"novecento_normalregular"; display:block; color:#bd1a2d; position:relative; z-index:2;}
.bid-list ul li strong{display:block; font-weight:600;margin-top:0.1rem; margin-right:0.3rem;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; position:relative; z-index:2 }
.bid-list ul li a:after {content:"";display:block;width: 0;height: 1.4rem;width:1.4rem; background:url(../images/more.png) no-repeat center center #ddd;position:absolute; right:0;top:0;transition: all 0.5s; -webkit-transition: all 0.5s;}
.bid-list ul li a{ display:block; padding:0.25rem 0}

@media (max-width: 992px) {
	.bid-list{ padding:0.3rem 0}
	.bid-list ul li strong{ margin-right:0; font-size:0.18rem;white-space:inherit; font-weight:400}
	.bid-list ul li a:after{ display:none}
	.bid-list ul li a{  padding:0.15rem 0}
	.bid-list ul li .info{ margin-right:0}
}




.video-list{overflow:hidden; margin-top:20px; min-height:450px; }
.video-list ul{ width:1240px;}
.video-list ul li{ width:375px; float:left; margin-right:30px; position:relative; margin-top:30px; height:295px; background-color:#f2f2f2}
.video-list ul li .image{width:375px;height:250px; overflow:hidden; position:relative; }
.video-list ul li .image:after { content: ",,"; display: block; width:100%;height:100%;position:absolute; left:0;top:0; text-indent:-10000px; background-color:#000;filter: alpha(opacity=50); opacity: 0.5;-webkit-transition-duration: 0.5s;}
.video-list ul li img{width:375px; height:250px;transform:scale(1.1);-webkit-transform:scale(1.1);-webkit-transition-duration: 2s;}
.video-list ul li a{ display: block; width: 100%; height: 100%; position:absolute; left:0;top:0; }
.video-list ul li i{ display:block; position:absolute; font-size:60px; width:60px;height:60px; left:50%; margin-left:-30px;top:50%; margin-top:-50px;color:#fff; }
.video-list ul li .title{ text-align:center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; padding: 0 20px; margin-top:10px}
.video-list ul li:hover .image:after{ opacity: 0.2;filter: alpha(opacity=20);  }
.video-list ul li:hover img{transform:scale(1);-webkit-transform:scale(1);}


.news-list3{ padding:0.5rem 0 0.7rem; }
.news-list3 .item{ border:1px #ddd solid; padding:0.2rem; background-color:#fff; margin-bottom:0.4rem; position:relative;box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);border-radius:0.1rem;}
.news-list3 .item a{ }
.news-list3 .item .image{ overflow:hidden}
.news-list3 .item .image img{ width:100%; display:block;transition: transform 2s ease; -webkit-transition: transform 2s ease;}
.news-list3 .item .text{ padding:0.2rem 0 0.2rem}
.news-list3 .item .text h2{ font-size:0.16rem; line-height:0.25rem; }
.news-list3 .item .text .date{ font-family:Georgia, "Times New Roman", Times, serif; color:#aaa; font-style:italic}



@media (min-width: 992px) {
	.news-list3 .item:hover .image img{transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1)}
	.news-list3 .item:hover:before{ width:100%;}
}

@media (max-width: 992px) {
	.news-list3 .item{ padding:0.1rem}
}




.culture-item-a{ padding:0.7rem 0}
.culture-item-a .item{padding:0.1rem; margin-bottom:0.3rem;-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;-webkit-box-shadow:1px 2px 10px 0px rgba(52,53,54,0);-moz-box-shadow:1px 2px 10px 0px rgba(52,53,54,0);box-shadow:1px 2px 10px 0px rgba(52,53,54,0);}
.culture-item-a .item:nth-child(3n) {margin-right:0;}
.culture-item-a .item .imgbox {float:left;border:1px solid #999999;position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;overflow:hidden;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;}
.culture-item-a .item .imgbox img {display:block; width:100%;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.culture-item-a .item .imgbox .act {opacity:0;position:absolute;left:0;top:0;z-index:2;}
.culture-item-a .item .imgbox i {display:block;width:100%;height:100%;position:absolute;left:0;top:0;-webkit-transition:all .4s;-o-transition:all .4s;-moz-transition:all .4s;transition:all .4s;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);transform:scale(0);background:#143170;z-index:1;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.culture-item-a .item .tebox {width:-webkit-calc(100% - 102px);width:-moz-calc(100% - 102px);width:calc(100% - 102px);float:left;padding:0.2rem 0.4rem 0.1rem 0.25rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.culture-item-a .item .tebox .tl {color:#444444;font-size:0.2rem; font-weight:bold;margin-bottom:10px;}
.culture-item-a .item .tebox .te {color:#999999;line-height:1.4;}
.culture-item-a .item:hover {-webkit-box-shadow:1px 2px 10px 0px rgba(52,53,54,0.18);-moz-box-shadow:1px 2px 10px 0px rgba(52,53,54,0.18);box-shadow:1px 2px 10px 0px rgba(52,53,54,0.18); background-color:#f4f4f4}
.culture-item-a .item:hover .imgbox {border-color:#bd1a2d;}
.culture-item-a .item:hover .imgbox .nor {opacity:0;}
.culture-item-a .item:hover .imgbox .act {opacity:1;}
.culture-item-a .item:hover .imgbox i {-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.culture-item-a .item:nth-child(1) {margin-top:0;}


@media (max-width: 992px) {
	.culture-item-a{ padding:0.3rem 0}
	.culture-item-a .item .imgbox img{ width:80px}
	.culture-item-a .item{ margin-bottom:0.2rem}
	.culture-item-a .item .tebox .tl{ font-size:0.22rem}
	
}

.culture-item-b{ background:url(../images/honor-bg.jpg) no-repeat center center; background-size:cover; padding:0.7rem 0}
.culture-item-b h2{ text-align:center;}
.culture-item-b h2 span{ display:block; font-size:0.18rem; text-transform:uppercase; color:#bd1a2d ; font-family:Arial, Helvetica, sans-serif  }
.culture-item-b h2 strong{font-size:0.3rem; font-weight:normal; display:inline-block; margin-top:0.1rem; position:relative }
.culture-item-b h2 strong:before {content:"";display:block;width:0.7rem;height: 2px; background-color:#444; position:absolute; left:-0.8rem;top:50%; border-radius:1px }
.culture-item-b h2 strong:after {content:"";display:block;width:0.7rem;height: 2px; background-color:#444; position:absolute; right:-0.8rem;top:50%; border-radius:1px }
.culture-item-b p{ margin-top:30px; text-align:center; line-height:2}
.culture-item-b .leader-slider{ margin-top:40px;overflow:hidden; position:relative; padding-bottom:50px;}
.culture-item-b .con{ position:relative;}
.culture-item-b .item{box-shadow: 0px 0px 20px rgba(0,0,0,0.08);}
.culture-item-b .item img{ width:100%}
.culture-item-b .item span{ display:block; text-align:center; padding:15px 20px 25px;background-color:#fff;}


.culture-item-b .swiper-button-prev,.culture-item-b .swiper-button-next{width: 100px;height: 100px; text-align:center; position: absolute;top:50%; margin-top:-75px; background:none;z-index:20;color:#fff;opacity: .7;-webkit-transition: 0.5s;transition: 0.5s;}
.culture-item-b .swiper-button-prev img,.culture-item-b .swiper-button-next img{ width:100%;}
.culture-item-b .swiper-button-prev{left:-100px;}
.culture-item-b .swiper-button-next{right:-100px;}
.culture-item-b .swiper-button-prev:hover{opacity: 1; }
.culture-item-b .swiper-button-next:hover{opacity: 1;}
.culture-item-b .swiper-button-disabled{opacity:0.7}


@media (max-width: 1199px) {
	.culture-item-b .item{ margin-bottom:20px;}
}
@media (max-width: 992px) {
	.culture-item-b .item span{ padding:10px}
	.culture-item-b .intro{ font-size:12px; padding:0 5%}
	.culture-item-b .swiper-button-prev,.culture-item-b .swiper-button-next{ display:none}
}


.fixedImg { background-attachment: fixed; background-position: center top; background-repeat: no-repeat; background-size: cover;}

.culture-item-c{ position:relative; padding:0.7rem 0; color:#fff; text-align:center;text-shadow: 0px 0px 4px rgba(0,0,0,0.26);}
.culture-item-c:before { content: ""; width: 100%; height: 100%; background: #000; opacity: 0.10; position: absolute; top: 0; left: 0; z-index: 1;}
.culture-item-c .container{ position:relative; z-index:2}
.culture-item-c h2{ font-size:0.36rem; }
.culture-item-c p{ color:rgba(255,255,255,0.7); margin-top:0.3rem; font-size:0.16rem; line-height:1.8; padding:0 10%}
.culture-item-c a{ display:inline-block; line-height:0.5rem; margin-top:0.3rem; font-size:0.18rem; color:#fff; padding:0 0.36rem; border:1px #fff solid;border-radius:0.1rem  }
.culture-item-c a i{ font-size:0.25rem; margin-right:8px; position:relative;top:3px}


.hr{ background:url(../images/build.png) no-repeat center bottom #fff; padding:0rem 0 1.5rem; position:relative; z-index:2 }
.hr-item-a{ position:relative;  }
.hr-item-a .item{ width:33.3333333%; color:#333; float:left; background-color:#eee; border-right:3px rgba(255,255,255,0.8) solid;height:2.8rem; text-align:center; padding:0.4rem 5%}
.hr-item-a .item img{ display:block; width:60%; max-width:70px; margin:0 auto; }
.hr-item-a .item strong{ font-size:0.26rem; font-weight:normal; display:block; margin-top:10px;}
.hr-item-a .item p{ color:rgba(0,0,0,0.5); margin-top:15px; font-size:0.14rem;}
.hr-item-a .item:hover em:before{opacity:1 ;transform: rotateY(180deg);}
.hr-item-a .item:hover em i{ color:#fff}
.hr-item-a .item.s2{ background-color:#ddd}


@media (max-width: 992px) {
	.hr{ background-size:90% auto; padding-bottom:1rem}
	.hr-item-a{  }
	.hr-item-a .item{ height:auto; width:100%; float:none;position:relative;  border-bottom:3px rgba(255,255,255,0.8) solid;}
	.hr-item-a .item strong{ margin-top:15px; line-height:1}
	.hr-item-a .item p{ font-size:12px; width:80%; margin:10px auto 0}
	
}




.job-view{ }
.job-left{ background:url(../images/jianli.png) no-repeat center 30px #fff; width:270px;  float:left;height:320px; padding-top:220px;}
.job-left a{ height:52px; display:block;line-height:52px;  text-align:center; color:#fff;background:#bd1a2d;border-radius: 30px; font-size:16px;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s; width:60%; margin-left:20%}
.job-left a:hover{ background-color:#7aba35}
.job-right{  float:right; width:930px; background-color:#fff; border:1px #e8e8e8 solid; padding:40px;box-shadow: 6px 6px 0px rgba(0,0,0,.02);}
.job-view h1{ margin-bottom:30px; border-bottom:1px #e8e8e8 solid;height:40px;}
.job-view h1 strong{ display:inline-block; border-bottom:2px #bd1a2d solid; font-size:24px; height:40px; overflow:hidden; color:#333; font-weight:normal}
.job-view .job-info table{ width:100%; background:#fff; font-size:14px;border-spacing:1px;border-collapse: separate;  }
.job-view .job-info table th{ background:#eee; padding:10px 15px; font-weight:normal; text-align:left; }
.job-view .job-info table td{ background:#fafafa; padding:10px 15px; color:#888}
.job-view .job-info table td h2{ font-size:22px; color:#747979}
.job-view .item{ margin-top:40px; line-height:180%; color:#5c5c5c}
.job-view .item h3{ font-size:22px; font-weight:normal; color:#333; margin-bottom:15px;}
.job-view .item p{ margin-bottom:10px;}
.job-view .share{ margin-top:20px; height:40px;}
.job-view .btns{ margin-top:20px;}
.job-view .btns a{ display:block; width:100px; font-size:16px; font-weight:bold; text-align:center; padding:15px 30px; background:url(../images/time-bg.png) no-repeat; font-size:14px;  color:#fff; margin:0 auto;-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-o-transition-duration: 0.5s;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}
.job-view .btns a:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.job-view .item ul{ margin-top:10px;}
.job-view .item li a{ color:#bd1a2d; background:url(../images/word.gif) no-repeat 0 center; padding-left:25px;}
.job-view .item li a:hover{ text-decoration:underline}


#apply{ background-color:#f1eff1; padding:30px;}
#apply .btns{ margin-top:30px; padding-left:117px}
#apply .btns button{ display:inline-block; border:0; cursor:pointer; padding:0 40px;height:45px; line-height:45px; color:#fff;background:#bd1a2d; font-size:16px; margin-right:10px;-webkit-transition-duration: 0.25s;-moz-transition-duration: 0.25s;-o-transition-duration: 0.25s;}
#apply .btns button.btn2{ background-color:#747979}
#apply .btns button:hover{ background-color:#75b72e;}

#apply .form{ line-height:180%; font-size:14px;}
#apply .form span{ margin:0px 2px}
#apply .form table{ width:100%; margin-top:20px;}
#apply .form table td{ padding:6px 10px;  }
#apply .form table tbody th{ padding:6px 10px}
#apply .form table thead td{ font-weight:bold;color:#bd1a2d; padding:10px 0}
#apply .form table thead h2{ font-size:14px;background:#ddd;line-height:40px; text-indent:20px }
#apply .form table tbody td{ }
#apply .form table tbody th{text-align:right;font-weight:normal}
#apply .form table .input{ border:1px #e2e2e2 solid; padding:10px; width:230px; background-color:#fff; color:#555}
#apply .form table .radio{ position:relative;top:-2px}
#apply .form table select{ padding:7px;border:1px #e2e2e2 solid; color:#555; font-size:14px; min-width:252px}
#apply .form table textarea{ border:1px #ccc solid; padding:6px; width:630px; height:80px}
#apply .form table a.btn{ margin-left:5px; display:inline-block; background-color:#747979; color:#fff; font-size:14px; width:80px; height:30px; line-height:30px; text-align:center; position:relative;top:1px;}
#apply .form table a.btn:hover{ background-color:#bd1a2d}
#apply .form table a.link{ color:#bd1a2d; margin-left:10px;}
#apply .form table a.link:hover{ text-decoration:underline; color:#bd1a2d}
#apply .form input.hover{ color:#555;-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);box-shadow: 0 0 6px rgba(0,0,0,0.2); border-color:#bd1a2d !important; background-color:#fff !important}




.contact{ margin:0.7rem 0}
.contact .icons{ width:30%; float:left;}
.contact .icons .item{ padding-bottom:0.2rem; margin-bottom:0.2rem; border-bottom:1px #eee solid; padding-left:1rem; position:relative}
.contact .icons .item em{ position:absolute; left:0;top:0px;}
.contact .icons .item i{ font-size:0.5rem; color:#aaa;}
.contact .icons .item p{ margin-top:5px; color:#888;}
.contact .icons .item:last-child{ border-bottom:0}
.contact .map{ width:70%; float:left; padding-left:0.5rem;}
.contact #Gmap{ border:1px #ddd solid}

@media (max-width: 992px) {
	.contact{ margin:20px 0}
	.contact .icons{ width:100%; float:none;}
	.contact .map{ width:100%; float:none; padding:0}
	.contact .icons .item p{ line-height:1.5}
	.contact .icons .item em{ left:15px;}
}

.site-map{ }
.site-map dl{  border-bottom:1px #e6e6e6 dotted; padding:0.3rem 0}
.site-map dl:last-child{ border-bottom:0}
.site-map dt{ float:left;  width:10%; font-weight:bold; padding-top:0.1rem;}
.site-map dd{ float:left;  width:90%}
.site-map dd a{ margin:0 5px; display:inline-block; padding:0 0.2rem;text-align:center;line-height:0.5rem; background-color:#f5f5f5; margin-bottom:0.1rem;}


.jsmodern-share{position:fixed;top:50%;left:50%;width:300px;height:335px;z-index:999999;background:#fff;border:#ccc solid 1px;border-radius:10px;  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.3);
overflow:hidden;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.jsmodern-share p{display:block;height:20px;text-align:center;font-size:18px;margin:15px 0 20px 0}
.jsmodern-share div{width:260px;height:260px;margin:0 auto}
.jsmodern-share b{position:absolute;width:20px;height:20px;background:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==);right:4px;top:4px;cursor:pointer;color:#ccc;opacity:.1;transition:.1s}
.jsmodern-share b:hover{opacity:.5}
.jsmodern-marquee{overflow:hidden}
.jsmodern-marquee-inner{float:none!important;margin:0!important;padding:0!important;background:transparent!important}
.jsmodern-marquee-default,.jsmodern-marquee-repeat{float:left;margin:0!important;padding:0!important;background:transparent!important}
.jsmodern-marquee-part{display:block;float:left}
.jsmodern-picture-container{display:block;position:relative;overflow:hidden}
.jsmodern-picture-container a{display:block;color:#fff;text-decoration:none}
.jsmodern-picture-container img{border:0}
.jsmodern-picture-inner{position:absolute;height:100%;top:0;left:0;overflow:hidden;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.jsmodern-picture-part{overflow:hidden}
.jsmodern-picture-fade{width:100%}
.jsmodern-picture-fade .jsmodern-picture-part{position:absolute;display:none}
.jsmodern-picture-slide .jsmodern-picture-part{float:left}
.jsmodern-picture-slide img{display:block}
.jsmodern-picture-dot{position:absolute;bottom:15px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.jsmodern-picture-dot b{display:block;float:left;width:10px;height:10px;background:#777;border-radius:5px;cursor:pointer;margin:0 5px;transition:.4s}
.jsmodern-picture-dot b.active{background:#fff}
.jsmodern-picture-prev,.jsmodern-picture-next{display:block;position:absolute;top:50%;width:17px;height:32px;margin-top:-16px;cursor:pointer;background:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAgCAYAAAB3j6rJAAAB7klEQVR42s3XbUtaYRzH8euhqUetZC1Dy1q1mLhX0hvxjeyBIIMV1YpuHOkiBmNsc60dvGmNQS/KfR/8ghAOF8frXLIHH5D/+d898fjXjMfj/4JL8XPsIiW7is10kSI+ootAuooVZ7XIIjr4hjKMlBXrKMfrIvP4gB4qk88V6yln3tciBVzgBqtReXp2o9xC0ovkcYZbVG35yrlVTT6pRXI4QYh1xayUG6o257pIgPfo4wVMHKrpq0cw7SJZHGKATcViU+1AvbJxF8lgHyNswzjaVq999bYvosR3uMOOYs7U6069M7ZF0niLe7yCSZJ63mtGOmqRObTwBzUYT2qa0cLc5CIpNPEXdRjP6prV1Gxj9OENHvAaZhY060GzU4/vig5CLM1qEc0KNTt4GvwkPpeJnPf04TI+4xrPfC2h3teatRz19S3hC66gAyc56nmlGSXbC20FX9GFDhx36tVV7xXrm1XK+I5LLLguoR6X6lmO+6NXwQ+0oWsrPtW21asy7Rmwhp84RyHuEqo5V48118Ooil84RR5xrrpT1VaTOhU3EOLYdm1JTrmhao3NNNfWkeXaCpSjq87P34ktDHEQcW1l9WyoXK9/sF5ihL2JAyej2Eg5Jg6Xa+s3WkhJS7GprjrXA6eBrDQUMx4X8e8fwj0L7GH1LqcAAAAASUVORK5CYII=) no-repeat}
.jsmodern-picture-prev{margin-left:15px}
.jsmodern-picture-next{right:0;margin-right:15px;background-position:-17px 0}
.jsmodern-video{background:#000;position:relative;overflow:hidden;z-index:10}
.jsmodern-video-panel{position:absolute;bottom:0;left:0;z-index:2147483648;width:100%;height:40px;line-height:40px;color:#fff;background:rgba(0,0,0,.8);-webkit-user-select:none;-moz-user-select:none;user-select:none}
.jsmodern-video-panel.jsmodern-video-panelFull{left:50%;-webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px);padding:3px 5px;border-radius:8px}
.jsmodern-video-linebox{height:6px;background:rgba(255,255,255,.25);border-radius:3px;width:460px;width:-webkit-calc(100% - 305px);width:-moz-calc(100% - 305px);width:calc(100% - 305px);float:left;margin:17px 0 0 15px;position:relative;cursor:pointer}
.jsmodern-video-pass{position:absolute;border-radius:3px;height:100%;background:#F06000}
.jsmodern-video-linedot{width:6px;height:6px;background:#fff;border-radius:3px;-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);position:absolute}
.jsmodern-video-panel b{cursor:pointer}
.jsmodern-video-panel b,.jsmodern-video-panel span{display:block;float:left}
.jsmodern-video-panel span{font-size:12px;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.jsmodern-video-start{margin-left:10px}
.jsmodern-video-start+span{width:14px;height:12px;text-align:center;line-height:12px;font-size:10px;overflow:hidden;margin-top:13px;-webkit-transform:scale(1,0.9) translateY(1px);-ms-transform:scale(1,0.9) translateY(1px);transform:scale(1,0.9) translateY(1px);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.jsmodern-video-start,.jsmodern-video-end{width:39px;text-align:center}
.jsmodern-video-volumebox{width:80px;height:6px;background:rgba(255,255,255,.25);border-radius:3px;float:left;margin:18px 0 0 7px;position:relative;cursor:pointer}
.jsmodern-video-volumeline{width:40px;height:6px;background:#F06000;border-radius:3px;margin-top:0}
.jsmodern-video-volumedot{width:6px;height:6px;background:#fff;border-radius:3px;margin:-6px 0 0 37px;-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);position:absolute}
.jsmodern-video-play,.jsmodern-video-volume,.jsmodern-video-fullin{width:18px;height:18px;margin-top:11px;background-position:center;background-repeat:no-repeat}
.jsmodern-video-play{margin-left:10px;background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAe0lEQVR42q2UQRGAIBREiWAEIhjhRzCKDbCBRjGCDaQBRqDBdzntgRvLm3nXN6sMhIa7G0xBgqHGC1c9RNKcENeZHiInXLQQKdDUUL9OD3GdGOrXaSGSZ4QuddEDo/KPPrgpx1/hwc8YC90wKlckQ1MubYW79IzwOMf4AZCzZlJ6pNv5AAAAAElFTkSuQmCC)}
.jsmodern-video-pause{background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAANUlEQVR42u3MMQoAAAgCwP4/9aR+VjQINtTcoNBicobkTNiS/vEQvSBBggR9hILOD8h5i74A46kzKYwr0EYAAAAASUVORK5CYII=)}
.jsmodern-video-volume{margin-left:15px;background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAqklEQVR42tWT0QmDMBCGHcENXMEBhGaL9rEjZATffKwDZJdmgy7QHZo33zz/0AscBmNaCOIPH3Ke+USTq84ZIrqDdnXPgGuuoAVP4KMi0TddSlCDB5BR3GvEcy/wCYUCF8HNNwFtiBwwQco9jSKKBZQQaa4brt+en0W8eAJGiN2/IusRIiouKv9puA5bP7uXhDfsbP8gtn8GOnUgx8wD6XJHxO6NSNGhPT4LSrtjI5LQNtEAAAAASUVORK5CYII=)}
.jsmodern-video-muted{background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAA00lEQVR42s2UsQ3CMBBFqZAokNLQoozgCWJ3NAxAg5QRGIEFEOkpgBFgAbIKC0AoU5nv6CJ9GQI6lIIvPcXxyd93di4D730v9Gf0Xc1mOTA0pTMKi8EFBDm1EQIJ2AKWldiw64wcsMQC3EGsDEzBhLPAM5XBi0r/XjNwBUfKxMimhcYoAzsZ78mkAkZlJBUc5L1uTbSlWbrJWuZOYU5tFJVzbsvUGs3BDTzEkMtsDnsdsQJVR0YbsOTrlzXJpw+yACwnsfGvLVLqWkTftCM2+r//0RPE3HMNwpwYwQAAAABJRU5ErkJggg==)}
.jsmodern-video-fullin{margin-left:15px;background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAKlBMVEVMaXH////////////////////////////////////////////////////m1kuZAAAADXRSTlMAYBAw79DwIM9wgG9/QM+KqQAAAF5JREFUeNqNj0sSwCAIQ6Pit+X+1y2GOs7UTbNA8kYjQE05wpTK7LG8EwcdrwZB7hrcBx1FYfcDCY9UEGdbrFbiBIqpFf90PmGo7NDvtwJt1x7slmN0graWEwIny+sDBBUDznqlFGYAAAAASUVORK5CYII=)}
.jsmodern-video-fullout{margin-left:15px;background-image:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAJ1BMVEVMaXH////////////////////////////////////////////////c+C/6AAAADHRSTlMAgBDQz39QIMBAML9Nf8RqAAAAaElEQVR42r2QQQ7AIAgEV6CIlv+/t3Ap3E2cyyojxIBb7JfqQu/+z+ZCIAU0QtzqEbtMGcCIcCZ0454iIuvFLDHRICkhvUNHsICVqThBnyBHZSqK4+/2Ok9OEdGNOdcSuS1xW2+3jUt8eaUDz3DmFVcAAAAASUVORK5CYII=)}
b.jsmodern-video-fullFalse{opacity:.5;cursor:default}
.jsmodern-dialog-container{position:fixed;width:100%;height:100%;z-index:2147483649;top:0;left:0;background:rgba(0,0,0,.6);opacity:0}
.jsmodern-dialog{position:fixed;top:-10px;left:50%;width:500px;min-width:500px;height:auto;overflow:hidden;padding:15px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);background:#fff;border-radius:6px;border:#555 solid 1px;box-shadow:0 0 15px rgba(0,0,0,.4);opacity:0}
.jsmodern-dialog-title{text-align:left;font-size:16px;font-weight:bold;color:#000;word-wrap:break-word;word-break:normal}
.jsmodern-dialog-content{width:100%;height:auto;min-height:60px;overflow:hidden;word-wrap:break-word;word-break:normal;margin-top:10px;font-size:14px;color:#333;line-height:160%}
.jsmodern-dialog>span{display:block;float:right;height:30px;line-height:30px;font-size:13px;padding:0 12px;cursor:pointer;margin:13px 0 0 10px;border-radius:4px;border:#ccc solid 1px;transition:.25s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.jsmodern-dialog>span.jsmodern-dialog-sure{background:#bd1a2d;border-color:#bd1a2d;color:#fff}
.jsmodern-dialog>span.jsmodern-dialog-sure:hover{background:#bd1a2d;border-color:#bd1a2d}
.jsmodern-dialog>span.jsmodern-dialog-cancel:hover{background:#eee}
.jsmodern-scrollBar-container{overflow:hidden;position:relative}
.jsmodern-scrollBar-inner{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.jsmodern-scrollbar{position:absolute;top:0;right:2px;width:6px;background:rgba(0,0,0,.3);border-radius:3px;z-index:10px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
.jsmodern-lazyload{display:block;opacity:0}
.jsmodern-page-content{text-align:center;margin-left:auto;margin-right:auto}
.jsmodern-page-target>*{display:none}
.jsmodern-page{height:38px;display:inline-block;overflow:hidden;border-radius:19px;border:#e8e8e8 solid 1px;margin:0 auto}
.jsmodern-page>div i,.jsmodern-page>i{display:block;float:left;width:40px;height:38px;line-height:38px;font-size:13px;text-align:center;cursor:pointer;font-style:normal;background:#f5f5f5;transition:.15s;font-weight:bold;color:#333}
.jsmodern-page i{border-right:#e3e3e3 solid 1px;border-left:#fff solid 1px}
.jsmodern-page>div{float:left;max-width:420px;overflow:hidden}
.jsmodern-page>div div{height:38px}
.jsmodern-page i.active{background:#E04636;color:#fff;box-shadow:rgba(0,0,0,.2) 0 0 10px inset;border-right-color:#fff}
.jsmodern-page i:hover{color:#E04636}
.jsmodern-page i.active:hover{color:#fff}
.jsmodern-page>i span{display:inline-block;font-size:20px}
.jsmodern-page>i:first-child{border-radius:19px 0 0 19px}
.jsmodern-page>i:last-child{border-radius:0 19px 19px 0}
i.jsmodern-page-first,i.jsmodern-page-last,i.jsmodern-page-next,i.jsmodern-page-prev{line-height:33px}

.scolltop{z-index:99;}
